textview: Apply font features from css
authorMatthias Clasen <mclasen@redhat.com>
Fri, 27 Aug 2021 00:21:23 +0000 (20:21 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 27 Aug 2021 00:21:23 +0000 (20:21 -0400)
commit8ac2e8d49554c28224cf6ed8f2807e8ffdac2164
tree0f43b8e9a37c01a6b9a49c3fb4fbbdeb7c81e1ac
parente56cf85fd18b256f10a009ac559031a89aeb86ba
textview: Apply font features from css

We were forgetting to propagate these values from
CSS to the default attributes. Share the code for
getting these values out of a GtkCssStyle.
gtk/gtkcssstyle.c
gtk/gtkcssstyleprivate.h
gtk/gtktextview.c